Draws a polygon defined by an array of Point objects.
Namespace: com.mindfusion.drawingPackage: com.mindfusion.drawing
public void drawPolygon ( Pen pen, Point[] points)
A Pen object that determines the color, width, and style of the polygon.
An array of Point objects that represent the vertices of the polygon.
drawPolygon Method Overload ListGraphics MembersGraphics Interfacecom.mindfusion.drawing Namespace